Bitmap Properties

Description

Properties relating to the bitmap.

Setup Properties

  • Object Name

    The name of the control.

    :formname.controlname.object.name as C
  • Display Mode

    Determines whether and how the image will be scaled to fit the dimensions of the control.

    :formname.controlname.bitmap.style as C
  • Hide

    Determines whether the image is visible.

    :formname.controlname.object.visible as L
  • Always on top

    Determines whether the control will always be placed on top of other objects in the same location.

    :formname.controlname.object.always_on_top as L
  • Embedded

    The path and filename of the embedded image.

    :formname.controlname.bitmap.filename as C
  • File

    The path and filename of the selected image.

    :formname.controlname.bitmap.filename as C
  • Library

    The name of the selected library image.

    images/Bitmap_Setup_Properties.gif

Border Properties

  • Border Style

    Sets the border line style.

    :formname.controlname.border.style as C
  • Border Color

    Sets the border line color using a color name or RGB value.

    :formname.controlname.border.color as C
  • Border Width

    The width of the border line in pixels.

    :formname.controlname.border.width as N
  • Show Left, Right, Top, Bottom

    For edge shape "Square" determines which sides of the rectangle will display. For other edge shapes, determines which corners will be square or styled.

    :formname.controlname.border.has_bottom_edge as L
    :formname.controlname.border.has_left_edge as L
    :formname.controlname.border.has_right_edge as L
    :formname.controlname.border.has_top_edge as L
  • Shadow Style

    Determines how much the shadow will be offset and its degree of shading.

    :formname.controlname.shadow.style as C
  • Shadow Color

    Sets the shadow color using a color name or RGB value.

    :formname.controlname.shadow.color as C
  • Background Style

    The fill color mode and translucency of the control's background.

    :formname.controlname.Background_style as C
  • Fill

    The style and color(s) of the control's background.

    :formname.controlname.fill.backcolor as C
    :formname.controlname.fill.forecolor as C
    :formname.controlname.fill.style as C
    images/Bitmap_Border_Properties.gif

Dimension Properties

  • Left

    Sets the horizontal position of the control.

    :formname.controlname.object.left as N
  • Top

    Sets the vertical position of the control.

    :formname.controlname.object.top as N
  • Width

    Sets the width of the control.

    :formname.controlname.object.width as N
  • Height

    Sets the height of the control.

    :formname.controlname.object.height as N
  • Anchor

    Determines the way the tabbed control will or will not stretch as the base form is resized. Possible attachment points are: 1 = top and right 2 = top, left, and right 4 = bottom and left 5 = bottom and right 6 = bottom, left, and right 8 = top, bottom, and left 9 = top, bottom, and right 10 = top, bottom, left, and right

    :formname.controlname.object.anchor as N
    images/Bitmap_Dimension_Properties.gif